case $THIS_SUB_DEPENDS in
          GLIB2) is_depends_enabled $SPELL glib2     && return 0 ;;
      GRAPHITE2) is_depends_enabled $SPELL graphite2 && return 0 ;;
             FT) is_depends_enabled $SPELL freetype2 && return 0 ;;
            ICU) is_depends_enabled $SPELL icu       && return 0 ;;
              *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
                 return 1;;
esac
